Scrub the internal PyPI proxy URL from genkit tagging locks - #5994
Merged
Conversation
generate-clijson re-syncs the genkit tagging locks; in a proxy-configured environment uv bakes the internal PyPI proxy URL into them. #5800 added the guard + pydabs revert for *uv.lock, but the genkit *.py.lock files fell through and re-leaked into #5982 (hand-scrubbed there). This closes the gap by scrubbing the proxy URL in generate-clijson and widening check-uv-lock's glob to cover the genkit locks. Co-authored-by: Isaac
Adopt the task name and glob from the overlapping open PR #5830 (`'*uv.lock' '*.py.lock'`) instead of a separate check-uv-lock edit, so the two PRs don't compete on the guard definition. Co-authored-by: Isaac
janniklasrose
approved these changes
Jul 21, 2026
Match the proxy registry URL whether or not uv writes a trailing slash after "simple", per review feedback on #5994. Co-authored-by: Isaac
pietern
enabled auto-merge
July 21, 2026 09:17
Collaborator
Integration test reportCommit: de3fb67
8 interesting tests: 4 RECOVERED, 4 SKIP
Top 2 slowest tests (at least 2 minutes):
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
generate-clijsonre-syncs the genkit tagging locks; in a proxy-configured environment uv bakes the internal PyPI proxy URL into them. #5800 added the guard + pydabs revert for*uv.lock, but the genkit*.py.lockfiles fell through and re-leaked into #5982 (hand-scrubbed there). This closes the gap by scrubbing the proxy URL in generate-clijson and widening check-uv-lock's glob to cover the genkit locks.This pull request and its description were written by Isaac.